Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Egress benchmark #217

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

mbutrovich
Copy link
Collaborator

Not ready for review yet.

This adds a configurable Egress benchmark to return result rows based on two parameters: egress_tuple_bytes and egress_num_tuples. Since UDF syntax varies by DBMS, this only includes a dialect and ddl file for Postgres. Hopefully folks can add more if this merges.

@mbutrovich
Copy link
Collaborator Author

Apparently the ScriptRunner class we use to run ddl .sql files can't handle plpgsql. I have to imagine there's a better way to load and run a .sql file over JDBC than a Java class from 2004, but I'll hack around it locally for now by just issuing a psql command with the .sql file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant